Tweak mod Readme
================

mentaltrousers@planetstarsiege.com
http://www.planetstarsiege.com/mt/

version 0.9 beta 1.0

Blurb
=====

This is basically a fiddle of base Tribes. All I've done is made heavy skiing
very hard (but not impossible), increased the top speed of the vehicles while
decreasing the amount of damage needed to destroy them, given the medium
armour a new weapon (a short range/lower damage radius version of the mortar)
and remade the map rotation so that the server will automatically swap between
the various different types of maps, rather than staying stuck on the same
ones all the time.

The maps can be rated so that popular ones are played often while unpopular ones
rarely played. You can also specify not to play a map at all.

See mapRatings.cs about changing the ratings.

Installation
============

1) Unzip into the Tribes directory (not Tribes/config or anywhere else)
2) You have to rename some files. You will find these files in the Tribes/tweak
   directory. Don't move them, just rename them.

      If you are not using any mods, rename server.cs.BaseAdmincon to server.cs
                                     rename item.cs.BaseAdminconIxadmin to item.cs,
                                     rename vehicle.cs.BaseAdminconIxadmin to vehicle.cs

      If you are using the AdminCon mod, rename server.cs.BaseAdmincon to server.cs
                                         rename item.cs.BaseAdminconIxadmin to item.cs,
                                         rename vehicle.cs.BaseAdminconIxadmin to vehicle.cs

      If you are using the Ixadmin mod, rename server.cs.ixadmin to server.cs
                                        rename item.cs.BaseAdminconIxadmin to item.cs,
                                        rename vehicle.cs.BaseAdminconIxadmin to vehicle.cs

      If you are using the Bwadmin mod, rename server.cs.bwadmin to server.cs,
                                        rename item.cs.bwadmin to item.cs,
                                        rename vehicle.cs.bwadmin to vehicle.cs

3) To start a dedicated server use:
       for unmodded servers use infiniteSpawn *Tribes -mod tweak -dedicated
       for Admincon servers use infiniteSpawn *Tribes -mod admincon -mod tweak -dedicated
       for Ixadmin servers use infiniteSpawn *Tribes -mod ixadmin -mod tweak -dedicated
       for Bwadmin servers use infiniteSpawn *Tribes -mod bwadmin -mod tweak -dedicated
4) Play it and give me feedback :)

This mod must be run *after* any others.